ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / DataMatrixBaseTagHelper<TControl> Class / Font Property

In This Topic
    Font Property (DataMatrixBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.BarcodeBase.Font. Sets font info for the label text of the control.
    Syntax
    'Declaration
     
    Public Overridable Property Font As IBarcodeFont
    public virtual IBarcodeFont Font {get; set;}
    See Also